写这个还是主要还是为了对自己近期的工作做一些总结,希望可以把自己对vlc理解都总结下来。
1)准备编译环境
下载ndk和sdk,设置环境变量
export ANDROID_SDK=/path/to/android-sdk
Set $ANDROID_NDK to point to your Android NDK directory
export ANDROID_ND...
分类:
移动开发 时间:
2014-11-23 16:00:57
阅读次数:
214
public void CopyFilesToDirKeepSrcDirName(string srcPath, string destDir) { if (Directory.Exists(srcPath)) { ...
我之前在ubuntu中安装vmware很顺利的就装好了,但是在centos 6.5 64bit中安装vmware workstation 10.0.4安装之后,重启系统后却无法使用,出现Could not open /dev/vmmon的错误,在网上找了好多资料都不对,最后好不容易找到了解决办法。。...
分类:
系统相关 时间:
2014-11-22 18:49:24
阅读次数:
284
1 作用list segment:列出文件块list directory contents:列举目录内容2 用法ls [-ABCFGHLOPRSTUW@abcdefghiklmnopqrstuwx1] [file ...]3 参数-@-A 列举(.和..)外的文件和目录。-a 列举所有的文件和目.....
分类:
其他好文 时间:
2014-11-22 15:51:35
阅读次数:
163
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-11-22 15:49:28
阅读次数:
158
System.MarshalByRefObject --这是.NET类中用于远程操作的基对象类,它允许在应用程序域之间编组数据。FileSystemInfo --这是表示任何文件系统对象的基类FileInfo和File --这些类表示文件系统上的文件DirectoryInfo和Directory -...
man: Manual 意思是手册,可以用这个命令查询其他命令的用法。
pwd:Print working directory 意思是密码。
su:Swith user 切换用户,切换到root用户
cd:Change directory 切换目录
ls:List files 列出目录下的文件
ps:Process Status 进程状态
mkdi...
分类:
系统相关 时间:
2014-11-21 23:21:26
阅读次数:
328
# locate xxxx locate: can not open () `/var/lib/mlocate/mlocate.db': No such file or directory 如果出现此错误,请执行updatedb # updatedb # locate xxxx整个locate工作....
分类:
数据库 时间:
2014-11-21 12:06:17
阅读次数:
250
需要说明的是,这里仅仅是调整工程的逻辑结构,其物理路径可以和这个不一样,这个不是文件的搜索路径,和文件路径是两码事。
我个人的建议当然是:工程结构和文件的物理存储方式是一样的,即:工程结构中的模块需要对应于具体的顶层文件夹,方便管理...
分类:
其他好文 时间:
2014-11-20 09:07:53
阅读次数:
263
今天编译出现ld: 0706-006 Cannot find or open library file: -l xerces-c_static,ld:open(): A file or directory in the path name does not exist.这个熟悉得不能再熟悉的链...
分类:
系统相关 时间:
2014-11-19 20:11:48
阅读次数:
361